home *** CD-ROM | disk | FTP | other *** search
/ Tiger Disk 171 / Tiger_Disk_171_2011-01_Tiger-Crew-Disk_de_Side_B.d64 / k-v instructions (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  3KB  |  76 lines

  1. 1 print "[147]   koala-verter/printer instructions"
  2. 2 list
  3. 3 :
  4. 4 :by dr. jim rothwell & dan rothwell
  5. 5 :permission granted for personal use
  6. 6 :all commercial rights reserved
  7. 7 :
  8. 8 :   koala-verter converts full-color koala pad pictures into a black&white
  9. 9 dot patterns which can print on a standard cbm 1525 graphics printer.
  10. 10 :
  11. 11 k-v printer reads in the converted pictures for printing, and allows the
  12. 12 picture to be expanded in either vertical or horizontal directions.
  13. 13 :
  14. 14 :   first, run koala-verter.  the program will prompt for insertion of a disk
  15. 15 containing koala pics. use the sample provided (jungle) or insert your own
  16. 16 disk containing another program.
  17. 17 :
  18. 18 then, press return .
  19. 19 :
  20. 20 after reading and analyzng the picture, the koala version will be displayed
  21. 21 in color along with a table of the sixteen possible colors.
  22. 22 select a color to be extracted from the picture; black, for example.
  23. 23 :
  24. 24 the next menu requests a dot-pattern to be substituted for the black areas.
  25. 25 select one, such pattern (a).
  26. 26 the picture will be scanned bottom to top, extracting those black areas and
  27. 27 creating a new picture containing the (a) pattern where black occurred in
  28. 28 the koala picture.
  29. 29 :
  30. 30 :   note that the pattern we substitute for colors in the koala picture is
  31. 31 a 2-by-2 dot pattern, allowing us 8 possible choices for our black & white
  32. 32 version of the picture.  this method of representing shading information by
  33. 33 means of dot patterns is called dithering. most importantly, we have
  34. 34 control over how the various color areas are represented in the final print.
  35. 35 being naturally creative, we can decide which areas should contrast and
  36. 36 which should blend.  in this way (read 'trial and error' here),  we will
  37. 37 find the combination of dots which best represents what the picture says.
  38. 38 :
  39. 39 :   after extracting a color and viewing the results, we may accept it (by
  40. 40 pressing return) or reject it by selecting another pattern to substitute.
  41. 41 :
  42. 42 note that the menu at the bottom of the screen may be toggled on and off
  43. 43 using the f7 key so you can see the full area of the screen.
  44. 44 :
  45. 45 :   once an extraction has been accepted, it (NULL)es into the 'final' print.
  46. 46 each succeeding extraction will be added to the previous ones to build the
  47. 47 picture.  color seperations could be made by saving and printing each
  48. 48 extraction by itself.
  49. 49 :
  50. 50 :   experiment with pattern-substitution on various pictures to get a feel
  51. 51 for what works.  experience suggests that single-dot areas don't print well
  52. 52 on a 1525; clusters of dots two-or-more wide seem to work better.
  53. 53 row-to-row registration of dots will vary from printer to printer, also.
  54. 54 :
  55. 55 when ready to print, press f1 to exit and save the picture.
  56. 56 it will now be a full 8k high-resolution picture, loading at $2000.
  57. 57 :
  58. 58 :
  59. 59 load and run k-v printer.
  60. 60 :
  61. 61 note:  k-v printer supports only 1515/1525 printers.
  62. 62 :
  63. 63 using the menu, load your dithered picture.  then view it.
  64. 64 :
  65. 65 :    when viewing, any key takes you back to the menu.
  66. 66 :
  67. 67 now print it.
  68. 68 :
  69. 69 the picture will be turned sideways to better fit the paper and allow room
  70. 70 for expansion.  unexpanded pictures, being smaller, print faster and are
  71. 71 recommended for 'first drafts.'  more importantly, the ribbon will last
  72. 72 longer.  you may exit from printing at any time by pressing the stop key.
  73. 73 :
  74. 74 upon exit from koala-verter and k-v printer the 8k hi-rez picture remains
  75. 75 intact in ram at $2000 for those who wish to use it.
  76.